Skip to content

chore(deps): update renovatebot/github-action action to v46.3.0 - #159

Merged
JohnStrunk merged 1 commit into
mainfrom
renovate/renovatebot-github-action-46.x
Sep 21, 2026
Merged

JohnStrunk merged 1 commit into
mainfrom
renovate/renovatebot-github-action-46.x

Conversation

@hermes-renovate

@hermes-renovate hermes-renovate Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
renovatebot/github-action action minor v46.2.6v46.3.0 v46.3.3 (+2)

Release Notes

renovatebot/github-action (renovatebot/github-action)

v46.3.0

Compare Source

Features
  • support forwarding list of env vars to renovate container (#​1032) (300c83c)
Documentation
  • update references to renovatebot/github-action to v46.2.6 (3faa2c5)
Miscellaneous Chores
  • deps: update dependency globals to v17.12.0 (3f58ef0)
  • deps: update dependency typescript-eslint to v8.69.0 (#​1079) (5aa1617)
  • deps: update node.js to v24.21.0 (e2492d8)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.66.1 (475bf62)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.10 (aa7362f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.11 (c7ada95)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.12 (cc851b7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.13 (2bdf2c7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.3 (3759ca2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.5 (98a66dd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.6 (0abb50b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.7 (8c00ab7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.8 (7e11e2e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.9 (9fce251)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.71.0 (6c6f767)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.72.0 (22adb15)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.73.0 (d7415a3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.74.0 (0cc29c5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.74.1 (cf0e81f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.75.1 (99eb860)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.75.2 (11d862d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.1 (941720f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.2 (7f28c50)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.5 (66ec983)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.6 (c46a127)
  • deps: update ghcr.io/zizmorcore/zizmor docker tag to v1.30.1 (#​1080) (719210e)
  • deps: update zizmorcore/zizmor-action action to v0.6.4 (8578ddd)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

Signed-off-by: hermes-renovate[bot] <286339580+hermes-renovate[bot]@users.noreply.github.com>
@hermes-renovate
hermes-renovate Bot requested a review from a team September 21, 2026 09:52
@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: redhat-et/ProtoBot/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 16e3f8ba-bb46-4640-bb2d-ef52f1792224

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@JohnStrunk
JohnStrunk added this pull request to the merge queue Sep 21, 2026
Merged via the queue into main with commit 8937f8e Sep 21, 2026
17 checks passed
@JohnStrunk
JohnStrunk deleted the renovate/renovatebot-github-action-46.x branch September 21, 2026 14:03
@fullsend-ai-retro

Copy link
Copy Markdown

PR #159 is a trivial Renovate dependency-bump (renovatebot/github-action action pin) with no fullsend agent involvement: Triage/Code/Fix/Review were all skipped by the existing bot-PR carve-out in .github/workflows/fullsend.yaml, CodeRabbit self-skipped, and JohnStrunk merged after a single uncommented approval — an appropriate, low-risk outcome with nothing to flag on review quality or rework. Tracing the two dispatch runs (35609491956 for the approval, 35609637453 for the merge) confirmed the Route job's bash switch in fullsend-ai/fullsend's reusable-dispatch.yml@v0.43.0 unconditionally sets STAGE=retro on any pull_request_target/closed event, regardless of whether any agent stage ever touched the PR — which is exactly what dispatched this very retro run against a PR with no agent workflow to analyze. This is not a new finding: it is already extensively tracked upstream. Issue fullsend-ai/fullsend#5360 ("Skip review and retro stages for bot-authored dependency update PRs") covers this exact scenario, and fullsend-ai/fullsend#5817 ("Consolidate 22+ overlapping 'skip retro/agent dispatch' issues into a single design issue") documents that this same gap has already been proposed at least 20+ times (including #7197, #7392, #6297, #5943, #5619, #4006, #3951, #4177, #3833, #3647, #3226, #5295, #3317, #4154, #6973, #7452, #7486, #7493, #5362, #4975). Given that scale of existing duplication, no new proposal is filed here; this run instead serves as one more confirmed data point (Route job on run 35609637453 hardcodes STAGE=retro for any PR close with no prior-stage check) that should feed into the #5817 consolidation effort. No other issues were found in this PR's workflow — the bot-PR carve-out that does exist worked correctly for Triage/Code/Fix/Review, and CI/human review handling was unremarkable.

@fullsend-ai-retro

Copy link
Copy Markdown

🤖 Finished Retro · ✅ Success · Started 2:05 PM UTC · Completed 2:12 PM UTC

Commit: db705c4 · View workflow run →

Runtime: claude · Model: sonnet → claude-sonnet-5 · Effort: high · Cost: $0.91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant